gte

abstract fun gte(a: Double, b: Double): Boolean(source)

Checks if value a is greater than or equal to value b.

Return

true if a is greater than or equal to b, false otherwise.

Parameters

a

The first double value to check.

b

The second double value to check.